-Subproject commit 3a4d0f4684f4653338c4756c8a1abfc6b5738467
+Subproject commit 32231fdb5273dd2a812c61549d6c0e681c0f5d59
if (!checkout_object_for_uncompressed_cache (repo, loose_path_buf,
source_info, input,
cancellable, error))
- return g_prefix_error (error, "Unpacking loose object %s: ", checksum), FALSE;
+ return glnx_prefix_error (error, "Unpacking loose object %s", checksum);
g_clear_object (&input);
destination_dfd, destination_name,
FALSE, &hardlink_res,
cancellable, error))
- return g_prefix_error (error, "Using new cached uncompressed hardlink of %s to %s: ", checksum, destination_name), FALSE;
+ return glnx_prefix_error (error, "Using new cached uncompressed hardlink of %s to %s", checksum, destination_name);
need_copy = (hardlink_res == HARDLINK_RESULT_NOT_SUPPORTED);
}
if (!create_file_copy_from_input_at (repo, options, state, source_info, xattrs, input,
destination_dfd, destination_name,
cancellable, error))
- return g_prefix_error (error, "Copy checkout of %s to %s: ", checksum, destination_name), FALSE;
+ return glnx_prefix_error (error, "Copy checkout of %s to %s", checksum, destination_name);
if (input)
{
!ot_util_variant_map_at (self->commit_stagedir_fd, buf,
G_VARIANT_TYPE ("a{sv}"),
OT_VARIANT_MAP_ALLOW_NOENT | OT_VARIANT_MAP_TRUSTED, &ret_metadata, error))
- return g_prefix_error (error, "Unable to read existing detached metadata: "), FALSE;
+ return glnx_prefix_error (error, "Unable to read existing detached metadata");
if (ret_metadata == NULL &&
!ot_util_variant_map_at (self->objects_dir_fd, buf,
G_VARIANT_TYPE ("a{sv}"),
OT_VARIANT_MAP_ALLOW_NOENT | OT_VARIANT_MAP_TRUSTED, &ret_metadata, error))
- return g_prefix_error (error, "Unable to read existing detached metadata: "), FALSE;
+ return glnx_prefix_error (error, "Unable to read existing detached metadata");
if (ret_metadata == NULL && self->parent_repo)
return ostree_repo_read_commit_detached_metadata (self->parent_repo,
g_autoptr(GVariant) commit_variant = NULL;
if (!ostree_repo_load_variant (self, OSTREE_OBJECT_TYPE_COMMIT,
commit_checksum, &commit_variant, error))
- return g_prefix_error (error, "Failed to read commit: "), FALSE;
+ return glnx_prefix_error (error, "Failed to read commit");
g_autoptr(GVariant) old_metadata = NULL;
if (!ostree_repo_read_commit_detached_metadata (self,
&old_metadata,
cancellable,
error))
- return g_prefix_error (error, "Failed to read detached metadata: "), FALSE;
+ return glnx_prefix_error (error, "Failed to read detached metadata");
commit_data = g_variant_get_data_as_bytes (commit_variant);
freecon (con);
if (!get_policy_checksum (&self->selinux_policy_csum, cancellable, error))
- return g_prefix_error (error, "While calculating SELinux checksum: "), FALSE;
+ return glnx_prefix_error (error, "While calculating SELinux checksum");
self->selinux_policy_name = g_steal_pointer (&policytype);
self->selinux_policy_root = g_object_ref (etc_selinux_dir);
contents = glnx_file_get_contents_utf8_at (deployment_dfd, "etc/os-release", NULL,
cancellable, error);
if (!contents)
- return g_prefix_error (error, "Reading /etc/os-release: "), FALSE;
+ return glnx_prefix_error (error, "Reading /etc/os-release");
}
}
else
contents = glnx_file_get_contents_utf8_at (deployment_dfd, "usr/lib/os-release", NULL,
cancellable, error);
if (!contents)
- return g_prefix_error (error, "Reading /usr/lib/os-release: "), FALSE;
+ return glnx_prefix_error (error, "Reading /usr/lib/os-release");
}
g_autoptr(GHashTable) osrelease_values = parse_os_release (contents, "\n");
glnx_unref_object OstreeBootconfigParser *config = ostree_bootconfig_parser_new ();
if (!ostree_bootconfig_parser_parse_at (config, dfd_iter.fd, dent->d_name, cancellable, error))
- return g_prefix_error (error, "Parsing %s: ", dent->d_name), FALSE;
+ return glnx_prefix_error (error, "Parsing %s", dent->d_name);
g_ptr_array_add (ret_loader_configs, g_object_ref (config));
}
return FALSE;
if (!g_key_file_load_from_data (ret_origin, origin_contents, -1, 0, error))
- return g_prefix_error (error, "Parsing %s: ", origin_path), FALSE;
+ return glnx_prefix_error (error, "Parsing %s", origin_path);
}
ot_transfer_out_value(out_origin, &ret_origin);
ostree_deployment_get_deployserial (target_deployment));
if (!ostree_sysroot_cleanup (sysroot, cancellable, error))
- return g_prefix_error (error, "Performing final cleanup: "), FALSE;
+ return glnx_prefix_error (error, "Performing final cleanup");
return TRUE;
}
GError **error)
{
if (!ostree_repo_is_writable (repo, error))
- return g_prefix_error (error, "Cannot write to repository: "), FALSE;
+ return glnx_prefix_error (error, "Cannot write to repository");
return TRUE;
}
{ g_autoptr(GString) buf = g_string_new ("mutable-deployments");
if (statfs ("/", &stbuf) < 0)
- return glnx_throw_errno (error), NULL;
+ return glnx_null_throw_errno (error);
/* Keep this in sync with the overlayfs bits in libtest.sh */
#ifndef OVERLAYFS_SUPER_MAGIC
#define OVERLAYFS_SUPER_MAGIC 0x794c7630